home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / PasteUp.app / English.lproj / PanelFind.nib / data.classes next >
Text File  |  1994-12-14  |  410b  |  32 lines

  1. PanelFind = {
  2.     ACTIONS = {
  3.     replace:;
  4.     replaceAndFind:;
  5.     replaceAll:;
  6.     findPrevious:;
  7.     findNext:;
  8.     };
  9.     OUTLETS = {
  10.     findField;
  11.     replaceColor;
  12.     XfindInGraphics;
  13.     replaceField;
  14.     findPopup;
  15.     matrix;
  16.     XignoreCase;
  17.     findColor;
  18.     };
  19.     SUPERCLASS = Panel;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. PasteUp = {
  27.     OUTLETS = {
  28.     findPanel;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.